-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[*.py] Upgrade to latest version of pandas; Python 2/3 compatibility #664
base: master
Are you sure you want to change the base?
Conversation
fixed broken qplot label
added plot limits to qplot + style
…rint_function` for Python 2/3 print compatibility; [.gitignore] Ignore .idea (JetBrains)
…s.lib import Timestamp`
… `fill_levels` now set correctly for new Pandas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 🎉
@whyboris can we merge this change into master, so that we dont have the pandas issues anymore? |
@glamp could we please merge this to master ? 🙇 |
I wish I could merge this in but I don't have permissions. @glamp - could you? 🙇♂️ |
Can we please merge this? I want to use ggplot.... |
Others are maintaining proper forks, not just one with a little bugfix (like the https://github.com/has2k1/plotnine mentioned here pandas-dev/pandas#31087). Anyway, you can use this one with:
|
You'll also want to:
As per: statsmodels/statsmodels#5747